net/http.http2serverConn.maxClientStreamID (field)

6 uses

	net/http (current package)
		h2_bundle.go#L4237: 	maxClientStreamID           uint32 // max ever seen from client (odd), or 0 if there have been no client requests
		h2_bundle.go#L4334: 		if streamID <= sc.maxClientStreamID {
		h2_bundle.go#L4989: 					maxStreamID: sc.maxClientStreamID,
		h2_bundle.go#L5370: 	if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || id > sc.maxClientStreamID) {
		h2_bundle.go#L5562: 	if id <= sc.maxClientStreamID {
		h2_bundle.go#L5565: 	sc.maxClientStreamID = id